ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / CommonShaderStage<T> Class / Get Method / Get(ClassInstance[]) Method
An array that will be used to contain any class instances currently active.

In This Topic
    Get(ClassInstance[]) Method
    In This Topic
    Gets the shader currently assigned to the device.
    Syntax
    'Declaration
     
    Public Overloads Function Get( _
       ByVal classInstances() As ClassInstance _
    ) As T
    public T Get( 
       ClassInstance[] classInstances
    )

    Parameters

    classInstances
    An array that will be used to contain any class instances currently active.

    Return Value

    The shader (null if no shader is assigned).
    See Also